@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei,微软雅黑;
    color: #333;
    text-align: center;
	min-width:1200px;
}
table {
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
}
td {
    word-break: break-all;
	vertical-align:middle;
}
tr {
    vertical-align: top;
}
a{
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s
	}
a:link, a:visited {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #0d3155;
}
img {
    vertical-align: middle;
    border: 0px none;
}
hr {
    height: 1px;
    border: 0;
    color: #CCCCCC;
	background:#ccc;
    overflow: hidden;
    margin:0 auto;
}
ul {
    list-style-image: none;
    list-style-type: none;
}
li, p {
}
.hide {
    display: none;
}
h1 {
    font-size: 13px;
}
h2, h3, h4, h5 {
    font-size: 14px;
    display: inline;
}
ul.nl {
	list-style-type:none;
}
ul.nl li {
    line-height: 28px;
	text-indent:20px;
    clear: both;
    overflow: hidden;
    text-align: left;
	font-size: 14px;
	background:url(../images/zl_65.gif) 8px 12px no-repeat;
}
ul.nl li.newsLine {
    overflow: hidden;
    height: 5px;
    line-height: 5px;
	font-size:0;
	background:none;
	font-size:0;
	border-top:1px dashed #ccc;
}
ul.nl li .p{
	color:#999;
	text-indent:0;
	padding-left:20px;
	line-height:20px;
	padding-bottom:5px;
	}
.line {
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin: 10px auto;
    overflow: hidden;
}
ul.nl li .addTime {
    float: right;
    color: #333;
}
.addTime {
    float: right;
    color: #333;
	margin-right:5px;
	display:inline;
}
form {
    display: inline;
}
input {
    font-family:Microsoft YaHei,微软雅黑;
    font-size: 14px;
}
textarea {
    font-size: 14px;
    font-family:Microsoft YaHei,微软雅黑;
    color: #333;
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    height: 100px;
}
select {
    font-size: 14px;
    font-family:Microsoft YaHei,微软雅黑;
    color: #333;
    background-color: #FFFFFF;
}
#wrapper {
    text-align: left;
}
#mainWrapper {
    margin:20px auto;
    clear: both;
	width:1200px;
}
.clear{height:0; overflow:hidden; clear:both; font-size:0;}
.fl{float:left;}
.fr{float:right;}
.cl{height: 0px; clear: both; overflow: hidden; font-size:0;zoom:1;}
.mar,.w1200{ width:1200px; margin:0 auto;}
.imgt{transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;}
.imgt:hover {
transform: scale(0.9, 0.9);
-ms-transform:scale(0.9, 0.9); /* IE 9 */
-moz-transform:scale(0.9, 0.9); /* Firefox */
-webkit-transform:scale(0.9, 0.9); /* Safari 和 Chrome */
-o-transform:scale(0.9, 0.9); /* Opera */
	}
.hr{ font-size:0; height:2px; line-height:0; background:#0d5dcc;}

.bannerh{width:100%;overflow:hidden;height:400px;position:relative; z-index:1; background:#eee;}
.bannerh .banList{position:absolute;left:50%;margin-left:-960px;height:400px}
.bannerh .banList li{height:400px;opacity:0;position:absolute;/*transform:scale(0);*/transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.bannerh .banList li.active{opacity:1;/*transform:scale(1);*/z-index:2;}
.bannerh .fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1200px;margin-left:-600px}
.bannerh .jsNav{text-align:center;}
.bannerh .jsNav a{display:inline-block;background:#cccccc;width:20px;height:20px; font-size:0; line-height:20px; margin:0 1px; color:#fff;}
.bannerh .jsNav a.current{background:#0d3155;cursor:pointer}
.banner{ background:#f5f5f5 url(../images/banner.jpg) center top repeat-x; height:250px; border-bottom:3px solid #eee;}

#toptxt{ height:30px; line-height:30px; color:#666;}
#toptxt a{ color:#666;}

#nav{ background:#0d5dcc; height:58px; line-height:58px;position:relative; z-index:2;}
#nav li{ float:left; width:132px; text-align:center; font-weight:bold;  position:relative;}
#nav li a{ color:#fff; display:block; font-size:15px;}
#nav li a:hover,#nav li:hover a{ background:#004098; text-decoration:none;}
#nav li ul{ display:none; position:absolute; left:0; top:55px; background:#0d3155;}
#nav li:hover ul{ display:block; text-decoration:none;}
#nav li ul li{ font-weight:normal; border:1px solid #011223; border-width:1px 0 0 0; line-height:45px; font-size:13px;}
#nav li:hover ul li a{ background:none; text-decoration:none;}
#nav li ul li a:hover{ background:#1460b6;}

#logo{ padding:20px 0 10px 0;}
#logo .toptel{ height:26px; line-height:26px; padding:35px 0 10px;}
#logo .toptel p{ color:#ff0000; font-weight:bold; font-size:24px;}





#body2_t{ margin-top:55px; background:#ffffff url(../images/home_28.jpg) center top no-repeat; margin-bottom:39px;}
#body2_b{ background:#eeeeee url(../images/home_28_2.jpg) center bottom no-repeat;}
#body2_t .title{ width:440px; margin:0 auto; text-align:center; border-bottom:1px solid #333; height:17px; line-height:30px; padding-top:30px; margin-bottom:40px;}
#body2_t .title p{ width:230px; margin:0 auto; background:#fff; font-size:30px; font-weight:bold;}

.body2_1{ background:#1460b6; padding:3px; width:1194px;}
.body2_1 .body2_1_1{ padding:15px 0 0 100px; width:600px; display:inline;}
.body2_1 .body2_1_1 .body2_1_1_t{}
.body2_1 .body2_1_1 .body2_1_1_t img{ float:left;}
.body2_1 .body2_1_1 .body2_1_1_t h4{ background:#fff; float:left; display:inline; font-weight:normal; font-size:48px; color:#1460b6; padding:0 10px; height:80px; line-height:80px;letter-spacing:5px;}
.body2_1 .body2_1_1 span{ display:block; font-size:30px; color:#ffff00; margin:7px 0;}
.body2_1 .body2_1_1 .ul{ color:#fff; font-size:18px; line-height:36px; background:url(../images/home_33.jpg) left top repeat-y; padding-left:0px;}
.body2_1 .body2_1_1 .a{ float:right; display:inline; margin-right:130px; width:80px; height:25px; line-height:25px; text-align:center; color:#1460b6; background:#ffff00;}

.body2_2{ width:1200px; padding:15px 62px 50px; background:#fff; filter:alpha(opacity=70); background:rgba(255,255,255,0.7);}
.body2_2_1{ width:295px; padding:10px 45px 20px; background:#fff; border:3px solid #eeeeee; margin:0 4px; position:relative; text-align:center; display:inline;}
.body2_2_1:hover{ border:3px solid #1460b6; }
.body2_2_1 .p{ background:#1460b6; height:36px; line-height:36px; color:#fff; margin-top:20px;}
.body2_2_1 .p h4{ float:left; width:164px; font-size:14px; font-weight:normal; display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.body2_2_1 .p a{ color:#fff; background:#e50112; float:right; width:90px; height:36px; line-height:36px;}

.body2_3 .body2_3_t{ background:#1460b6; height:60px; line-height:60px;}
.body2_3 .body2_3_t h4{ float:left; font-size:18px; color:#fff; font-weight:bold; background:url(../images/home_41.jpg) no-repeat; width:215px; text-indent:24px;}
.body2_3 .body2_3_t a{ float:right; color:#fff; margin-right:15px;}
.body2_3 ul{ background:#fff; filter:alpha(opacity=70); background:rgba(255,255,255,0.7); padding:24px 0 40px;}
.body2_3 li{ float:left; position:relative; background:#ffffff; border:1px solid #ccc; margin-left:25px; display:inline; width:247px; text-align:center; padding:10px;}
.body2_3 li p{ background:#eee; height:28px; line-height:28px; width:210px; margin:10px auto 0; border-radius:15px; display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.body2_3 li a:hover p{ background:#ff0000; color:#fff;}

#body3 .body3_1{ width:905px;}
#body3 .body3_1 .title{ height:60px; line-height:60px; background:#1460b6; color:#fff;}
#body3 .body3_1 .title span{ float:left; text-indent:24px; font-size:18px; font-weight:bold;}
#body3 .body3_1 .title a{ float:right; color:#fff; margin-right:15px; color:#fff;}
#body3 .body3_1 .con{ line-height:30px; background:#eee; padding-right:25px; height:275px; overflow:hidden;}
#body3 .body3_1 .con img{ float:left; margin-right:25px; display:inline;}

#body3 .body3_2{ width:295px;}
#body3 .body3_2 .title{ height:60px; line-height:60px; background:#1460b6; color:#fff;}
#body3 .body3_2 .title span{ float:left; text-indent:10px; font-size:18px; font-weight:bold;}
#body3 .body3_2 .title a{ float:right; color:#fff; margin-right:15px; color:#fff;}
#body3 .body3_2 .lianxi{background:#eee; height:275px;}
#body3 .body3_2 .lianxi li{line-height:35px; height:35px; font-size:15px; list-style: none;}
#body3 .body3_2 .con{ width:294px; height:267px; border-right:1px solid #eee; border-bottom:8px solid #0d3155;}
#body3 .body3_2 .rollBox .LeftBotton{ display:none;}
#body3 .body3_2 .rollBox .RightBotton{ display:none;}
#body3 .body3_2 .rollBox .Cont{ width:294px; height:267px;overflow:hidden;float:left;}
#body3 .body3_2 .rollBox .ScrCont{width:10000000px;}
#body3 .body3_2 .rollBox #List1,#body3 .body3_2 .rollBox #List2{float:left;}
#body3 .body3_2 .rollBox .fl{ text-align:center; width:294px;}

#body4{ margin-top:35px;}
#body4 .title{ background:#1460b6; height:60px; line-height:60px;}
#body4 .title span{ float:left; font-size:18px; color:#fff; font-weight:bold; background:url(../images/home_41.jpg) no-repeat; width:215px; text-indent:24px;}
#body4 .title a{ float:right; color:#fff; margin-right:15px;}
#body4 ul{ background:#fff; filter:alpha(opacity=70); background:rgba(255,255,255,0.7); padding:24px 0 40px; border:1px solid #eee;}
#body4 li{ float:left; position:relative; background:#ffffff; border:1px solid #ccc; margin-left:24px; display:inline; width:247px; text-align:center; padding:10px;}
#body4 li p{ background:#eee; height:28px; line-height:28px; width:210px; margin:10px auto 0; border-radius:15px;display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body4 li a:hover p{ background:#ff0000; color:#fff;}

#body5{ margin-top:20px;}
#body5 .title{ width:360px; margin:0 auto; text-align:center; border-bottom:1px solid #333; height:17px; line-height:30px; margin-bottom:40px;}
#body5 .title p{ width:160px; margin:0 auto; background:#fff; font-size:30px; font-weight:bold;}
#body5 .body5_1{ width:380px;}
#body5 .body5_1 .body5_1_t{ height:60px; line-height:60px; background:#1460b6; color:#fff;}
#body5 .body5_1 .body5_1_t span{ float:left; text-indent:24px; font-size:18px; font-weight:bold;}
#body5 .body5_1 .body5_1_t a{ float:right; color:#fff; margin-right:15px; color:#fff;}
#body5 .body5_1 ul{ background:#fff;}
#body5 .body5_1 ul li{ border-bottom:1px solid #eeeeee; color:#fff; padding:13px 10px 13px 20px; line-height:24px;}
#body5 .body5_1 ul li a{ display:block; height:30px; line-height:30px; color:#333; background:url(../images/home_51.jpg) left center no-repeat; padding-left:28px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body5 .body5_1 ul li a:hover{ color:#1460b6;}
#body5 .body5_1 ul li p{ color:#333; background:url(../images/home_54.jpg) left 4px no-repeat; padding-left:28px;}

#body5 .body5_2{ width:800px; overflow:hidden;}
#body5 .body5_2 .body5_2_t{ background:#1460b6; height:60px; line-height:60px; color:#fff;}
#body5 .body5_2 .body5_2_t li{ float:left; width:400px;}
#body5 .body5_2 .body5_2_t li.cur{ background:#0d3155;}
#body5 .body5_2 .body5_2_t li span{ float:left; font-size:18px; color:#fff; font-weight:bold; text-indent:18px;}
#body5 .body5_2 .body5_2_t li a{ float:right; color:#fff; margin-right:15px;}
#body5 .body5_2 .body5_2_1{ line-height:30px; margin:10px 0 5px;}
#body5 .body5_2 .body5_2_1 img{ float:left; margin-right:25px; display:inline;}
#body5 .body5_2 .body5_2_1 a{ display:block; padding-top:10px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#body5 .body5_2 .body5_2_1 a:hover{ color:#1460b6;}
#body5 .body5_2 .body5_2_1 p{ color:#999; line-height:18px;}
#body5 .body5_2 .body5_2_1 span{ color:#666;}
#body5 .body5_2 .body5_2_2{ width:874px;}
#body5 .body5_2 .body5_2_2 li{ float:left; width:363px; line-height:40px; border-bottom:1px dashed #eee; margin-right:74px;}
#body5 .body5_2 .body5_2_2 li a{ float:left;display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:260px; background:url(../images/home_60.jpg) left center no-repeat; padding-left:18px;}
#body5 .body5_2 .body5_2_2 li a:hover{ color:#1460b6; background:url(../images/home_57.jpg) left center no-repeat;}
#body5 .body5_2 .body5_2_2 li span{ float:right;}

#body6{ margin-top:35px;}
#body6 .title{ background:#1460b6; height:60px; line-height:60px;}
#body6 .title span{ float:left; font-size:18px; color:#fff; font-weight:bold; background:url(../images/home_41.jpg) no-repeat; width:215px; text-indent:24px;}
#body6 .title a{ float:right; color:#fff; margin-right:15px;}
#body6 .border{ border:1px solid #eee;}
#body6 #demo{ padding:24px 0 30px; margin:0 auto;}
#body6 li{ float:left; position:relative; background:#ffffff; border:1px solid #ccc; margin-left:25px; display:inline; width:265px; text-align:center;}
#body6 li:hover{ border:1px solid #1460b6;}




#left{
	width:280px;
	float:left;
	display:inline;
	}
#right{
	width:880px;
	float:right;
	background:#fff;
	display:inline;
	overflow:hidden;
	}
.proli li{ border-bottom:1px dashed #ccc; padding-bottom:15px;}	
/*left*/
.fl_left{ }
.fl_left dt{ height:40px; line-height:40px; background:#0d3155; color:#fff; text-align:center; font-size:16px; font-weight:bold;text-transform : uppercase;}
.fl_left dd{ padding:5px 0 10px;}
.fl_left li{ border-bottom:1px dashed #ccc; line-height:25px; padding:5px 0;}
.fl_left li a{ background:url(../images/plus.gif) no-repeat 10px;display:block; overflow:hidden;  padding-left:32px; font-weight:bold; text-align:left; font-size: 14px;}
.fl_left li ul{}
.fl_left li ul li{ border:none; height:16px; line-height:16px; padding:0;}
.fl_left li ul a{ background:none; padding-left:38px; font-weight:normal; border-bottom:none; font-size: 12px; color:#666;}


.lx_left{ margin-top:20px; }
.lx_left dt{ height:40px; line-height:40px; background:#0d3155; color:#fff; text-align:center; font-size:16px; font-weight:bold; text-transform : uppercase;}
.lx_left dd{
	padding:10px 0 0 0;
	line-height:28px;
	text-align:left;
	}

.siteMapPath{
	height:39px;
	line-height:39px;
	overflow:hidden;
	font-size: 14px;
	color:#333;
	border-bottom:1px solid #333333;
}
.siteMapPath strong{
	color:#333333;
	font-weight:normal;
	}
.siteMapPath_l{
	background:url(../images/cp_zs.png) left center no-repeat;
	float:left;
	font-weight:normal;
	color:#333333;
	padding:0 25px;
	display:inline;
	font-size:16px;
	overflow:hidden;
	font-weight:bold;
	}
.siteMapPath_l a{
	color:#333333;
	
	}
.siteMapPath_r{
	float:right;
	display:inline;
	}
.siteMapPath_r a{
	color:#333;
	}
.mm{
	margin-bottom:15px;
	}
.pack{
	padding:20px 10px;
	line-height:200%;
	}
.pack2{
	padding:20px 0;
	line-height:200%;
	}
.tt{
	background:#eee; 
	width:960px;
	padding:5px 0;
	margin:20px 0; 
	display:block; 
	margin-top:25px; 
	font-weight:bold;
	text-indent:5px;
	}
.otherul li{
	float:left;
	width:460px;
	height:170px;
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	display:inline;
	}

#menu li ul li a:hover {
}

.tjskl-sidebar{ width:170px;}

.tj_submain{border-bottom: 0; z-index:10; position:relative; width:170px; font-weight: normal;}
#submain_hidden{ border-top:0; display: none;}
.bsb{ border-bottom:1px solid #c8d2e5;border-top:0; }
.tj_submain li { }
.tj_submain li a{width:170px; display:inline-block;line-height:38px;}
.tj_submain li a.on{ border-top:1px solid #43cdcd;width:140px; overflow:hidden; position: relative; z-index:90;line-height:37px;}
.tj_submain span{position: absolute; top:0; left:150px; z-index: 1; background-color:#eaf5f2; border: #43cdcd solid 1px; display: none;}
.tj_submain span a{ display: block; line-height: 22px; text-indent:25px; background:url(../menu_li_li.jpg) 10px 3px no-repeat;}
.tj_submain span a:hover{background:#FFFAE2; background:#ebf0f5;text-decoration:none;}

.tj_submain ul li{ float:left; margin-right:10px;}
.tj_submain ul li span a{text-decoration:none;}
.tj_submain ul li span a:hover{ color:#f60; }

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


.clearfix{clear:both;height:1%;display:table;display:inline-block;}
.clearall{overflow:hidden;_zoom:1;}
.clear{clear:both;font-size:0;height:0;line-height:0;}

.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.f-none{float:none}

.ta_l{text-align:left!important;}
.ta_r{text-align:right!important;}
.ta_c{text-align:center}
.ta_j{text-align:justify;text-justify:inter-ideograph;}
.title-1{ font-size:13px; font-weight:bold;}
.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30{clear: both;font-size: 1px;height: 0;line-height: 1px}
.cat-area{width:325px; height:220px; float:left; margin-bottom:10px; display:inline;}


.box{border:1px solid #c3d4e7;zoom:1; overflow:auto; padding-bottom:10px;}
.box h5,.box h6{background: url(../images/v9/title.png) no-repeat right top;color:#1e50a2; height:26px; margin-bottom:10px; line-height:26px; padding-left:10px;border-bottom:1px solid #dce7f3; position:relative}
.box h6{ margin-bottom:0}
.box h5.title-1,.box h6.title-1{background-position: right -52px}
.box h5.title-2,.box h6.title-2{background-position: right -100px}
.box h5.title-2 span.tab{float:right; padding-right:6px; color:#a4bcd6}
.box h5.title-2 span.tab span{ color:#2064ae;cursor: hand;!important;cursor: pointer}
.box a.more{ font-size:13px; font-family:Microsoft YaHei,微软雅黑; margin-right:8px; font-weight:normal; position:absolute;top:0; *top:1px;_top:1px; right:0;}
.box .content{ padding:0 10px; overflow:auto}


.photo-channel .photo-slide{ width:435px; padding:5px;border:1px solid #c3d4e7;zoom:1;}
.photo-channel .photo-slide .FocusPic .title-bg,.photo-channel .photo-slide .FocusPic .title{ bottom:35px}
.photo-channel .photo-slide .change{bottom:0px; left:0; text-align:left; height:30px;}
.photo-channel .photo-slide .change i{background: url(../images/v9/focusBg.gif) no-repeat right top; width:39px; height:30px; text-align:center; padding:0; margin-right:8px; line-height:30px;color:#049}
.photo-channel .photo-slide .change i.cur{background-position: left top; color:#fff; font-weight:700}
.photo-channel .photo-hots,.box-hots{float:left; width:242px; margin-right:10px;_margin-right:5px; height:auto; overflow:hidden;padding-bottom:5px;}
.photo-channel .photo-hots h4, .box-hots h4{text-align:left;height:26px;*height:25px;font:18px/26px Microsoft YaHei,微软雅黑,SimHei;color:#457bb4;*line-height:25px;margin:0; padding:5px 0 0px 30px}
.photo-channel .photo-cat{ position:relative; height:auto}
.photo-cat .content h5 a,.photo-cat .content h5 a strong{background-image: url(../images/v9/title_photo.png);background-repeat: no-repeat; height:35px; padding-left:10px;display:block; float:left;text-decoration: none; font-size:13px;}
.photo-cat .content{padding-bottom:6px; border:1px solid #CCC; margin-bottom:10px; background:#f6fcff}
.photo-cat .content h5 a strong{background-position: right top; padding-right:14px; color:#fff; float:left; line-height:35px}
.photo-cat .content h5{position:absolute;left:14px; top:-4px; width:98%;}
.photo-cat .content h5 span{ font-size:13px; font-weight:normal; padding-left:13px; line-height:38px}
.photo-cat .content h5 span.blue a{ background-image:none; float:none; padding:0 4px; height:auto}
.photo-cat .content h5 span.blue a:hover{ color:#F30}
.photo-cat .content h5 span.blue a.more{ float:right}
.photo-cat .photo-list{ padding-top:45px;}
.photo-list{ width:920px;}
.photo-list li{ vertical-align:top; width:275px; text-align:center; float:left; display:inline; margin-right:27px;}
.photo-list li div.img-wrap{ width:275px; height:250px; margin:auto;}
.photo-list li div.img-wrap a{ width:275px; height:250px;}

#Article .list-pic{}
#Article h1{ text-align:center; font-size:18px;}
#Article .cont{overflow:hidden; float: left; width:500px; height:80px}
#Article .cont li{ float:left; width:123px; text-align:center; display:block; overflow:hidden}
#Article .cont li .img-wrap{width:100px; height:75px; margin:0 auto; overflow:hidden;}
#Article .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
#Article .cont li.on .img-wrap{ border:2px solid #ffb017}
#Article .list-pic .pre,#Article .list-pic .next{float:left; display:block; position:relative;background: url(../images/v9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
#Article .list-pic .pre{ left:-8px;top:-3px; margin-right:14px}
#Article .list-pic .next{ right:-8px; float:right;top:-3px}
#Article .list-pic .pre .img-wrap,#Article .list-pic .next .img-wrap{width:102px; height:72px;border:none; padding:4px 0 8px}
#Article .list-pic .pre .img-wrap a,#Article .list-pic .next .img-wrap a{*font-size:53px;width:98px; height:72px; padding:0px 5px 0 4px;*padding:0px 5px 5px 0px }
#Article .list-pic .pre .img-wrap a:hover,#Article .list-pic .next .img-wrap a:hover{ background:none}
#Article .list-pic .next{ right:-8px; float:right;bottom:-2px}
#Article .pre-bnt,#Article .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
#Article .pre-bnt,#Article .next-bnt,#Article .pre-bnt span,#Article .next-bnt span{background: url(../images/v9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
#Article .pre-bnt:hover, #Article .next-bnt:hover,#Article .pre-bnt-on,#Article .next-bnt-on{background-position: 0 -78px;}
#Article .pre-bnt span{background-position: -30px top;}
#Article .pre-bnt:hover span,#Article .pre-bnt-on span{background-position: -30px -78px;}
#Article .next-bnt span{background-position: -55px top;}
#Article .next-bnt:hover span,#Article .next-bnt-on span{background-position: -55px -78px;}


#pages { padding:14px 0 10px; font-family:SimSun; margin:0 auto; text-align:center; }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#0d3155; border:1px solid #0d3155; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.comment-form{border:1px solid #c3d4e7; padding:10px 20px; margin-bottom:10px}
.comment-form h5{ height:22px; padding-bottom:5px;border-bottom:1px solid #C3D4E7;}
.comment-form strong{background: url(../images/icon/user_comment.png) no-repeat; padding-left:21px; float:left}
.yzm{display:none;position:absolute; background:url(../images/admin_img/login_ts140x89.gif) no-repeat; width:140px; height:89px;text-align:center; font-size:13px;}
	.yzm a:link,.yzm a:visited{color:#036;text-decoration:none;}
	.yzm a:hover{ color:#C30;}
	.yzm img{ cursor:pointer; margin:0px auto; width:130px; height:50px; margin-top:4px; border:1px solid #fff; margin-bottom:1px;}

.comment-form .posn{ padding:10px 0}
.comment-title{ text-align:center; padding:5px 0 10px}
.comment-title a:hover{	text-decoration: none;	color: #F60;}
.comment{border:1px solid #C3D4E7;zoom:1;  padding:8px 15px}
.comment h4{ border-bottom:1px solid #C3D4E7; padding-bottom:6px; margin-bottom:15px}

.comment .title{ margin-bottom:5px}
.comment .title span{ position:relative; top:-5px}
.comment .content{ font-size: 14px; background:#f6f9fb; border:1px solid #c4d5df; zoom:1; padding:8px 10px; margin:5px 0}
.comment .content span{display:block;}
.comment_button{margin-bottom:15px;}
.comment_button a{padding:5px; border:solid 1px #C3D4E7; }
.comment_button a.on{background:#4C7FB6; color:#fff;border:solid 1px #3E73A9}

.summary {background-color:#F6FAFD;border: 1px solid #DCDDDD;font-size: 14px;line-height: 23px;margin: 15px 0 0;padding: 13px 5px 6px;text-align: justify;text-indent: 2em; margin-bottom:20px;}


/*本例css*/
.baneertu { width: 355px; height: 250px; position: relative; overflow:hidden; }
.baneertu a { blr: expression(this.onFocus=this.blur()); outline: none; }
/*数字按钮样式*/
.baneertu .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; left: 15px; zoom:1; z-index:3 }
.baneertu .num li { width: 25px; height: 25px; line-height: 25px; text-align: center; font-weight: 400; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.baneertu .num li.on { background: #333333; } /*当前项*/

/*上一个  下一个*/
.baneertu .prev,
.baneertu .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 75px;}
.baneertu .prev { left: 0; }
.baneertu .next { right: 0; background-position: right }



/*搜索*/
.s_bj{height:39px; overflow:hidden; border-bottom:1px solid #1460b6; background:#ffffff;}
.h_sea{ height:39px;line-height: 39px; overflow:hidden; color:#888888; font-size: 14px; }
.h_sea b{font-weight: bold; color: #666;}
.wbyinput{height:28px;line-height:28px;   padding-left: 15px; width:216px;float:left;color:#888888; border: 1px solid #ddd; border-radius: 5px 0 0 5px;font-family:"Microsoft YaHei"; background: none;}
.wbybut { float:left; width:38px; height:28px; background: #1460b6;border: none; cursor: pointer; color:#fff; }
.key a{color:#888888;padding-right: 15px;}
.ss{ margin-top: 7px; background:url(../images/serbg.jpg) no-repeat; width: 275px;height: 28px;}

/*友情链接*/
.link{ padding:0px 0 0px;overflow: hidden;}
.link_t{ height:40px; line-height:40px; border-bottom:#a2a2a2 1px dotted; overflow:hidden;}
.link_t a{ font-size:16px; color:#1460b6; font-weight:bold;}
.link_t em{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#173378; padding:0 0 0 10px; text-transform:uppercase;}
.link_t span{ float:right;}
.link_t span a{ font-size:12px; color:#888;font-weight: normal;}
.link p{  line-height:30px; overflow:hidden; padding:5px 0 0;}
.link p a{ font-size:14px; color:#292929; display:inline-block; padding:0 7px;}


/*地区分站*/
.linkdiqu{ padding:35px 0 0px;overflow: hidden;}
.link_tdiqu{ height:40px; line-height:40px; border-bottom:#a2a2a2 1px dotted; overflow:hidden;}
.link_tdiqu a{ font-size:16px; color:#1460b6; font-weight:bold;}
.link_tdiqu em{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#173378; padding:0 0 0 10px; text-transform:uppercase;}
.link_tdiqu span{ float:right;}
.link_tdiqu span a{ font-size:12px; color:#888;font-weight: normal;}
.linkdiqu p{  line-height:30px; overflow:hidden; padding:5px 0 0;}
.linkdiqu p a{ font-size:14px; color:#292929; display:inline-block; padding:0 7px;}

/*底部开始*/
.f_bg{ background:url(../images/f_bg.png) no-repeat center 0; height:273px; overflow:hidden;}
.f_logo{ padding-left:53px;}
.f_logo b{display: block;width: 156px; margin:0 auto; padding:20px 0 20px;}
.f_logo b img{width: 156px;height: 58px;}
.f_logo p{width: 120px;text-align: center; margin:0 auto;}
.f_logo p img{width: 120px;height: 120px;}
.f_logo p span{display: block;font-size: 14px;color: #333; padding:8px 0 0;}
.f_r01{ padding:28px 140px 0;}
.f_nav{ height:44px; line-height:44px; overflow:hidden;color: #fff;}
.f_nav a{ font-size:14px; color:#fff; padding:0 16px;}
.f_ban{ padding:15px 0 0 70px;}
.f_ban p{ font-size:14px; color:#fff; line-height:30px;}
.f_ban span{ padding:0 5px;}
.f_ban a{ font-size:14px; color:#fff;}
.f_er{ padding:35px 0 0;width: 127px;height: 160px; background:url(../images/f_erbg.gif) no-repeat 0 25px;text-align: center;overflow: hidden;}
.f_er img{ width:108px; height:108px;}
.f_er span{font-size: 14px;color: #fff;display: block; padding:20px 0 0;}

/*产品列表*/
.cpfl{width: 1200px;padding-top: 25px;}
.cpfl_l{width:249px;background:url(../images/gf_23.jpg);}
.left{width: 237px;margin: 0 auto;padding-top: 110px;}
.left ul li{height:45px;line-height:45px;background-color:#1460b6;font-size:15px;color:#ffffff;padding-left: 15px;margin-top: 1px;}
.left ul li a{color:#ffffff; font-size:18px; padding-left:20px;}
.left ul li span{float:right;padding-right: 10px;}
.left ul ul p a{font-size: 15px;line-height: 33px;padding-left: 30px;}




.cpfl_right{width: 937px;margin-top: -23px;}
.cpfl_right ul a{color:#666666;}
.cpfl_right ul a:hover{width:300px; color:#666666;background:url(../images/gf_24.jpg);display:block;}
.cpfl_right ul li{width:300px; height: 275px;background:url(../images/gf_25.jpg);margin: 12px 10px 0 0;float: left;}
.pic{ width: 288px;height:234px;padding: 11px;}
.pic img{ width: 288px;height:234px;}
.wb{width:215px;height: 25px;margin: 0 auto;overflow: hidden;}
.wb span{overflow: hidden;height: 24px;font-size:16px;margin-top: 7px; padding-left:70px;}
.wb p{overflow: hidden;height: 48px;font-size:12px;line-height:24px;color:#999999;}

/*优势*/
.ys01{ background:url(../images/ys_bg01.jpg) no-repeat center 0; height:340px; overflow:hidden;}
.ys02{ background:url(../images/ys_bg02.jpg) no-repeat center 0; height:381px; overflow:hidden;}
.ys03{ background:url(../images/ys_bg03.jpg) no-repeat center 0; height:364px; overflow:hidden;}
.ys_t{ background:url(../images/ys_tbg.gif) no-repeat 0 52px;width: 586px;height: 125px; margin:0 auto;text-align: center;overflow: hidden; padding:52px 0 0;}
.ys_t a{font-size: 20px;color: #375f7c;}
.ys_t i{display: block;font-size: 36px;color: #f39800; letter-spacing:2px;}
.ys dl{width: 435px; padding:10px 0 0;}
.ys dl dt{height: 120px; background:url(../images/ys_line.gif) no-repeat 0 110px;}
.ys dl dt em{width: 56px;float: left;display: block;}
.ys dl dt em img{width: 56px;height: 110px;}
.ys dl dt h5{float: left; padding:30px 0 0 22px;font-weight: normal;}
.ys dl dt h5 a{font-size: 30px;color: #235486; }
.ys dl dt h5 a:hover{ text-decoration: none;}
.ys dl dt h5 i{color: #1460b6;font-weight: bold;}
.ys dl dt h5 span{display: block;font-size: 14px;color: #4d6375;text-transform: uppercase; padding:5px 0 0;}
.ys dl dd{ padding:10px 0 0;}
.ys dl dd p{font-size: 15px;color: #202020;line-height: 32px; background:url(../images/ys_ico01.gif) no-repeat 12px 10px; padding:0 0 0 40px;}
.ys dl dd span{display: block; padding:10px 0 0 40px;}
.ys dl dd span img{width: 100px;height: 30px;}
.ys02 .ys dl{width: 520px; padding:30px 0 0 670px;}
.ys03 .ys dl{width: 590px; padding:40px 0 0;}


.mar .dh_phone {
	padding:18px 0 21px 180px;
	margin-top: 40px;
	background: url(../images/phone.png) no-repeat left center;
	color: #5c5c5c;
}
.mar .dh_phone dd {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005fbb;
}

/*案例*/

.case_til {height: 62px;text-align:center;font: bold 30px/62px "Microsoft Yahei";overflow: hidden;background:url(../images/e_case.jpg) no-repeat center top;} 
.case_til a {color: #034091;}
.case_cont {padding-top: 20px;overflow: hidden; padding-bottom:55px;}
.sv_mu {width: 254px;padding-left: 10px;}
.sv_mu li {height: 57px;margin-bottom:6px;font: 16px/57px "Microsoft YaHei";color:#fff;overflow: hidden;}
.sv_mu li a {display: block;width:100%;text-indent: 15px;color: #191919;background-image:url(../images/case_li.gif); background-repeat: no-repeat;}
.sv_mu li a:hover, .sv_mu .cur a {text-decoration: none;color: #fff;background-image:url(../images/case_lio.gif); background-repeat: no-repeat;}
.sv_info {width: 884px;border: 1px solid #ebebeb;}
.sv_info dl {padding: 27px 24px 0 24px;height: 240px;overflow: hidden;}
.sv_info dt {float: left;width: 286px;}
.sv_info dt img {display: block;width: 274px;height: 195px;padding:5px;border: 1px solid #cfcfcf;}
.sv_info dd {float: right;width: 325px;}
.sv_info dd h3 {font: bold 18px "Microsoft YaHei";}
.sv_info dd h3 a {color: #666;}
.sv_info dd strong {font: 18px "Microsoft YaHei";color: #666;}
.sv_info p {padding-top: 10px;font: 14px/24px "Microsoft YaHei";color:#333;}
.sv_info p a {color:#333;display: inline-block;}
.sv_imglist {padding: 0 0 0 20px;}
.sv_imglist li {float: left;width: 201px;height: 144px;margin: 0 5px;display: inline;}
.sv_imglist li img {display: block;width: 201px;height: 144px;}/* CSS Document */

